{template top}
{loop $cats_list $cat}

{$cat['catname']}

{loop $cat[children] $i $child} {if $i%4==0}{/if} {if $i%4==4-1}{/if} {/loop}
{/loop}
{template footer}